@import url(../css.css);
@import url(../css-1.css);

/*
Theme Name:         Planus
Description:        Planus is a clean and minimal html one page to display your work.
Version:            1.0.0
Author:             Pixelglow
Author URI:         http://creativemarket.com/stefusilviu

*/

/* ---------- FONTS ---------- */

/* ---------- PARAMETRIC MIXINS ---------- */

/* VARIABLES */

/* ==========================================================================
General Styles
========================================================================== */

@font-face {
  font-family: muli;
  src: url(../fonts/Muli-Regular.woff);
}

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat/Montserrat-VariableFont_wght.ttf);
}

body {
  font-family: muli, sans-serif;
  /* font-size: 18px;
            line-height: 2em; */
  height: 100%;
  width: 100%;
  margin: 0px auto;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow-x: hidden;
  font-size: 1.8rem;
  line-height: 3.3rem;
  font-weight: 400;
  font-style: normal;
  /* margin-bottom: 2.4rem; */
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
b {
  /* font-family: 'Ubuntu', sans-serif; */
  /* color: rgb(46, 216, 165); */
}

h1 {
  /* font-size: 2.888888888888889em; */
  text-transform: uppercase;
  font-weight: 700;
  /* text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1); */
  color: #000;
  font-family: Montserrat, sans-serif;
}

a {
  color: #717171;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a:hover {
  text-decoration: none;
  color: #3e3e3e;
}

.btn-outline-white {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 5px solid #2f3c7e !important;
  color: #3e3e3e !important;
}

.btn-outline-white:hover {
  background-color: #fff !important;
}

.btn-big {
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 40px;
}

.btn-small {
  font-size: 0.875em;
  text-transform: none;
  font-weight: 600;
  padding: 6px 20px;
}

.round-outline {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid rgba(87, 87, 87, 0.596);
  display: inline-block;
}

.round-outline .round-photo {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 4px;
}

.icon-outline i {
  font-size: 2em;
  width: 60px;
  height: 60px;
  border: 2px solid #db4a2f;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: transparent;
  line-height: 56px;
  color: #db4a2f;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.icon-outline i:hover {
  background-color: #db4a2f;
  color: #fff;
  border: 2px solid #fff;
}

/* ----- CSS for scroll revealler ----- */

.cbp-so-scroller {
  overflow: hidden;
}

/* Clear floats of children */

.cbp-so-section:before,
.cbp-so-section:after {
  content: " ";
  display: table;
}

.cbp-so-section:after {
  clear: both;
}

/* Text styling */

/* Sides */

.cbp-so-side {
  overflow: hidden;
  /* min-height: 12em; */
  -webkit-transition: -webkit-transform 1s, opacity 0.75s;
  -moz-transition: -moz-transform 1s, opacity 0.75s;
  transition: transform 1s, opacity 0.75s;
}

/* Clear floats of children */

.cbp-so-side:before,
.cbp-so-side:after {
  content: " ";
  display: table;
}

.cbp-so-side:after {
  clear: both;
}

.cbp-so-side-bottom {
  text-align: inherit;
}

.cbp-so-side-top {
  text-align: inherit;
}

.cbp-so-side-bottom img {
  float: inherit;
}

.cbp-so-side-top img {
  float: inherit;
}

/* Initial state (hidden or anything else) */

.cbp-so-init .cbp-so-side {
  opacity: 0;
}

.cbp-so-init .cbp-so-side-top {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  transform: translateY(40px);
}

.cbp-so-init .cbp-so-side-bottom {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  transform: translateY(-40px);
}

/* Animated state */

/* add you final states (transition) or your effects (animations) for each side */

.cbp-so-section.cbp-so-animate .cbp-so-side-top,
.cbp-so-section.cbp-so-animate .cbp-so-side-bottom {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

/*For example, add a delay for the bottom side:*/

.cbp-so-section.cbp-so-animate .cbp-so-side-bottom .cbp-so-side-top {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.gradient {
  /* background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgb(46, 216, 165)); */
  /* background-image: linear-gradient(to bottom, #6b7A8f 0%, #6b7A8f 100%); */
  /* background-color: #0044b1e6; */
  /* background-color: #101840; */
  /* opacity: 1; */
}

.midSection_BG {
  /* background-color: #fff; */
  /* background-color: #fbeaeb; */
}

/* ==========================================================================
Navigation Bar
========================================================================== */

.navbar {
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 3000;
  padding: 5px 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  /* background-color: transparent; Initial background color */
  /* background-color: rgb(53 53 53 / 50%); */
  background-color: rgb(198 191 191 / 50%);
   
}

.navbar .navbar-nav {
  float: none;
  margin: 10px 0;
}

.navbar .navbar-nav li {
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-left: 5px;
}

.navbar .navbar-nav li a {
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin: 0;
  padding: 12px 16px;
  /* color: #000; */
  outline: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.navbar .navbar-nav li a:hover {
  /* background-color: #303030; */
  background-color: #000;
  outline: none;
  color: #eee;
}

.navbar .navbar-nav li a:focus {
  background-color: transparent;
  outline: none;
}

.navbar .navbar-nav li:hover {
  /* background-color: #303030; */
  background-color: #000;
  color: #eee;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.navbar .navbar-nav .active {
  /* background-color: #303030; */
  background-color: #000;
  color: #eee;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:hover {
  color: #eee;
}

.navbar .navbar-brand {
  margin: 0 0 0 15px;
  padding: 0;
  color: #000;
}

.navbar .navbar-toggle {
  margin-top: 3px;
  margin-bottom: 3px;
  border: 1px solid #bebebe;
  border-radius: 4px;
  outline: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.navbar .navbar-toggle:hover {
  background-color: #717171;
  border: 1px solid #717171;
}

.navbar .navbar-toggle:hover .icon-bar {
  background-color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.navbar .navbar-toggle .icon-bar {
  background-color: #8b8b8b;
}

.navbar .navbar-collapse {
  background-color: rgba(255, 255, 255, 0.979);
  text-align: center;
  -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 4px 0 rgba(117, 103, 103, 0.5);
  box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.5);
  margin-top: 15px;
}

.navbar-brand .logo {
  width: 250px;
}

.minified {
  /* opacity: 0.9; */
  /* padding: 15px 0; */
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* ==========================================================================
Jumbotron Section
========================================================================== */

.jumbotron {
  padding: 0px 0 0px;
  /* margin-top: 95px; */
  margin-bottom: 0;
  /* background: transparent url('../images/banner/banner1.jpg') repeat top left; */
  /* background-repeat: no-repeat; */
  /* background-size: 100% 100%; */
  font-size: 1em;
  /* height: auto; */
  /* overflow: hidden; */
  /* height: auto; */
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.jumbotron img {
  /* height: 600px; */
  height: 320px;
  width: auto;
}

.jumbotron .container {
  /* text-align: center; */
}

.jumbotron h1 {
  color: #eee;
  font-size: 4.888888888888889em;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 80px;
  opacity: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.jumbotron p {
  font-size: 1.333333333333333em;
  line-height: 1.333333333333333em;
  color: rgb(0, 0, 0);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 500;
  margin-bottom: 40px;
  /* opacity: 0; */
}

.jumbotron p .btn {
  /* color: #fff; */
  color: #eee;
  text-shadow: #fff;
  /* font-size: 1em; */
}

.jumbotron p .btn:hover {
  color: #000;
}

.jumbotron #header-photo {
  opacity: 0;
  margin-top: -100px;
}

/*=========================== Slideshow container================================== */

.slideshow-container {
  /* max-width: 1000px; */
  position: relative;
  margin: auto;
}

/* Next & previous buttons */

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Caption text */

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */

/* .dot {
    height: 0px;
    width: 0px;
    margin: 0px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    visibility: hidden;
} */

.active {
  background-color: #717171;
}

/* Fading animation */

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 10s;
  animation-name: fade;
  animation-duration: 10s;
}

@-webkit-keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px;
  }
}

/* ==========================================================================
About Me Section
========================================================================== */

#about {
  /* text-align: center; */
  /* padding: 100px 0; */
  -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
  /* background-color: #eeeeee; */
  color: #000;
  /* background: #272727; */
  padding-top: 50px;
  padding-bottom: 50px;
  /* background-color: #fff; */
}

#about h1 {
  margin: 0 0 40px 0;
  color: #db4a2f;
}

.section-header {
  padding-bottom: 1px;
  text-align: center;
}

.section-header h2,
#focus .section-header h2 a,
#team .section-header h2 a,
#aboutus .section-header h2 a,
#testimonials .section-header h2 a,
#contact .section-header h2 a {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  /* font-size: 45px; */
  /* line-height: 40px; */
  text-transform: uppercase;
  font-weight: 700;
}

/* h1,
                    h2 {
                        font-family: "Montserrat", Helvetica, sans-serif;
                        font-weight: 700;
                        line-height: 35px;
                    } */

.about-us .column {
  margin-bottom: 78px;
}

.about-us p {
  color: #383838;
  /* font-size: 14px; */
  /* line-height: 25px; */
  text-align: left;
  margin-bottom: 1.5em;
}

.about-us a {
  /* color: #e96656; */
  -webkit-transition: all 700ms;
  transition: all 700ms;
}

/* .white-text {
                        color: #000;
                    } */

.h2center {
  text-align: left;
  /* text-transform: uppercase;
            font-weight: 700; */
}

.skills .skill .section-legend {
  float: none;
  clear: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  /* font-weight: 700; */
  text-transform: uppercase;
  overflow: hidden;
}

#about .round-outline {
  border: 2px solid #e4e4e4;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 164px;
  width: 164px;
}

#about .round-outline:hover {
  border: 2px solid #fff;
}

#about .round-outline .round-photo-anchor {
  position: relative;
  display: inline-block;
}

#about .round-outline .round-photo-anchor img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

#about .round-outline .round-photo-anchor .round-caption-bg {
  background-color: rgba(256, 256, 256, 0.5);
  height: 90%;
  width: 90%;
  margin: 5%;
  position: absolute;
  top: px;
  left: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

#about .round-outline .round-photo-anchor i {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #fff;
}

#about .round-outline .round-photo-anchor:hover .round-caption-bg {
  opacity: 0.8;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

#about .round-outline .round-photo-anchor:hover i {
  top: 45%;
  opacity: 0.75;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

#about .round-outline .round-photo-anchor:hover i:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

#about .social-icons {
  margin-top: 20px;
}

#about .social-icons .icon-social {
  height: 60px;
  width: 60px;
  text-indent: 500px;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #db4a2f;
  margin-top: 20px;
}

#about .social-icons .icon-facebook {
  background: #ffffff url("../img/icon-facebook-red.png") center center
    no-repeat;
}

#about .social-icons .icon-facebook:hover {
  background: #db4a2f url("../img/icon-facebook-white.png") center center
    no-repeat;
}

#about .social-icons .icon-twitter {
  background: #ffffff url("../img/icon-twitter-red.png") center center no-repeat;
}

#about .social-icons .icon-twitter:hover {
  background: #db4a2f url("../img/icon-twitter-white.png") center center
    no-repeat;
}

#about .social-icons .icon-skype {
  background: #ffffff url("../img/icon-skype-red.png") center center no-repeat;
}

#about .social-icons .icon-skype:hover {
  background: #db4a2f url("../img/icon-skype-white.png") center center no-repeat;
}

#about .social-icons .icon-linkedin {
  background: #ffffff url("../img/icon-linkedin-red.png") center center
    no-repeat;
}

#about .social-icons .icon-linkedin:hover {
  background: #db4a2f url("../img/icon-linkedin-white.png") center center
    no-repeat;
}

/*================================PRODUCTS+========================================*/

#product {
  /* background-color: #eee; */
  /* background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgb(198, 151, 229)); */
  text-align: center;
  /* padding: 100px 0;
    padding-top: 200px; */
  /* padding-bottom: 230px; */
  /* color: #eee; */
  -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
}
.row {
  margin-top: 0 !important;
}
.product-name-first {
  color: #eee;
  margin-bottom: 70px;
}

.product-div {
  display: inline-block;
  margin-right: 20px;
  /* text-align: center; */
}

.product-name-p {
  width: 160px;
  text-align: center;
  /* vertical-align: middle; */
  display: table-cell;
  /* font-family: 'Ubuntu', sans-serif; */
  color: #eee;
  /* text-align: center; */
}

.product-label-font {
  text-align: center;
}

#product h1 {
  /* color: #eee; */
  color: #333;
  margin: 0 0 10px 0;
}

#product h2 {
  font-size: 1.444444444444444em;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /* text-shadow: 0 0 0 rgba(0, 0, 0, 0); */
}

#product h2 a {
  color: #fff;
}

#product .service-description {
  font-size: 0.7777777777777778em;
  line-height: 1.5em;
}

#product .service-icon i {
  font-size: 4em;
  line-height: 80px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#product .product-column {
  cursor: default;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.productPic:hover {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 4px;
  margin: -2px !important;
  border: 2px solid #eee;
  display: inline-block;
}

/* ==========================================================================
Services Section
========================================================================== */

#services {
  /* background-color: #eee; */
  /* background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgb(198, 151, 229)); */
  text-align: center;
  padding: 100px 0;
  color: #000;
  -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
}

.services-div {
  display: inline-block;
  margin-right: 20px;
  /* text-align: center; */
}

.service-name-p {
  width: 160px;
  text-align: center;
  /* vertical-align: middle; */
  display: table-cell;
  /* font-family: 'Ubuntu', sans-serif; */
  color: #000;
  /* text-align: center; */
}

.services-label-font {
  text-align: center;
}

#services h1 {
  margin: 0 0 40px 0;
  /* color: #000; */
}

#services h2 {
  font-size: 1.444444444444444em;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /* text-shadow: 0 0 0 rgba(0, 0, 0, 0); */
}

#services h2 a {
  color: #fff;
}

#services .service-description {
  font-size: 0.7777777777777778em;
  line-height: 1.5em;
}

#services .service-icon {
  margin-top: 40px;
  height: 80px;
  width: 80px;
  display: inline-block;
  background-color: #db4a2f;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 0 0 50px #db4a2f;
  -moz-box-shadow: inset 0 0 0 50px #db4a2f;
  box-shadow: inset 0 0 0 50px #db4a2f;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#services .service-icon i {
  font-size: 4em;
  line-height: 80px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#services .service-column {
  cursor: default;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.service-p {
  line-height: 1.428571429;
}
/* #services .service-column:hover {
            background-color: #C43C3C;
            -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
        }
        
        #services .service-column:hover .service-icon {
            background-color: #fff;
            -webkit-box-shadow: inset 0 0 0 0 #db4a2f;
            -moz-box-shadow: inset 0 0 0 0 #db4a2f;
            box-shadow: inset 0 0 0 0 #db4a2f;
            margin-top: 30px;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }
        
        #services .service-column:hover h2 {
            margin-top: 30px;
            margin-bottom: 30px;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }
        
        #services .service-column:hover i {
            text-align: center;
            font-size: 3em;
            line-height: 80px;
            width: 100%;
            height: 100%;
            color: #db4a2f;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        } */

/* ==========================================================================
Portfolio Section
========================================================================== */

#portfolio {
  text-align: center;
  padding: 100px 0;
  -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
}

#portfolio h1 {
  margin: 0 0 40px 0;
  color: #717171;
}

#portfolio .cat-list {
  text-align: center;
  list-style-type: none;
  margin-bottom: 40px;
  width: 100%;
  padding: 0;
}

#portfolio .cat-list li {
  display: block;
  margin-bottom: 10px;
  padding: 10px;
}

#portfolio .cat-list .active {
  background-color: #303030;
  color: #fff;
}

#portfolio .resp-btn {
  height: 42px;
  width: 42px;
  background: red;
  display: none;
}

#portfolio .portfolio-row {
  margin-bottom: 40px;
  list-style-type: none;
  height: auto;
  padding: 0;
}

#portfolio .portfolio-row .portfolio-mix {
  opacity: 0;
  display: none;
  margin-bottom: 30px;
}

#portfolio .portfolio-row .portfolio-mix .portfolio-item a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

#portfolio .portfolio-row .portfolio-mix .portfolio-item a img {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

#portfolio .portfolio-row .portfolio-mix .portfolio-item a .caption-bg {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -webkit-box-shadow: inset 0 0 0 4px #db4a2f, inset 0 0 0 0 #db4a2f;
  -moz-box-shadow: inset 0 0 0 4px #db4a2f, inset 0 0 0 0 #db4a2f;
  box-shadow: inset 0 0 0 4px #db4a2f, inset 0 0 0 0 #db4a2f;
}

#portfolio .portfolio-row .portfolio-mix .portfolio-item a .caption-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 0 0 #db4a2f;
  -moz-box-shadow: inset 0 0 0 0 #db4a2f;
  box-shadow: inset 0 0 0 0 #db4a2f;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

#portfolio .portfolio-row .portfolio-mix .portfolio-item a h3 {
  font-size: 1.111111111111111em;
  line-height: 1.2em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#portfolio
  .portfolio-row
  .portfolio-mix
  .portfolio-item
  a
  .portfolio-item-description {
  font-size: 0.7777777777777778em;
  line-height: 1.2em;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  margin: 0 10%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .caption-bg {
  opacity: 0.95;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#portfolio
  .portfolio-row
  .portfolio-mix
  .portfolio-item
  a:hover
  .caption-bg::before {
  content: "";
  -webkit-box-shadow: inset 0 0 0 160px #db4a2f;
  -moz-box-shadow: inset 0 0 0 160px #db4a2f;
  box-shadow: inset 0 0 0 160px #db4a2f;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}

#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover h3 {
  opacity: 1;
  top: 24%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

#portfolio
  .portfolio-row
  .portfolio-mix
  .portfolio-item
  a:hover
  .portfolio-item-description {
  opacity: 1;
  top: 54%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}

.white-back {
  background: #eee;
}

#portfolio .btn {
  margin: 0 10px;
}

#portfolio .btn-outline-white {
  color: #db4a2f;
  text-transform: none;
  border: 2px solid #db4a2f;
}

#portfolio .btn-outline-white:hover {
  background-color: #db4a2f;
  color: #fff;
}

#portfolio p .btn-outline-white {
  text-transform: uppercase;
}

/* ==========================================================================
Testimonials Section
========================================================================== */

#testimonials {
  background-color: #ebebeb;
  text-align: center;
  padding: 100px 0;
  -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
}

#testimonials h1 {
  margin: 0 0 40px 0;
  color: #717171;
}

.da-slider {
  width: 100%;
  min-width: 320px;
  height: 360px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.da-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: left;
}

.da-slide-current {
  z-index: 1000;
}

.da-slider-fb .da-slide {
  left: 100%;
}

.da-slider-fb .da-slide.da-slide-current {
  left: 0px;
}

.da-slide .block-cite,
.da-slide blockquote,
.da-slide .da-link,
.da-slide .da-img {
  position: absolute;
  opacity: 0;
  left: 100%;
}

.da-slider-fb .da-slide .block-cite,
.da-slider-fb .da-slide blockquote,
.da-slider-fb .da-slide .da-link {
  left: 15%;
  opacity: 1;
}

.da-slider-fb .da-slide .da-img {
  left: 50%;
  opacity: 1;
}

.da-slide .block-cite {
  color: #717171;
  font-size: 14px;
  width: 70%;
  top: 130px;
  white-space: nowrap;
  z-index: 10;
  text-align: center;
  line-height: 1.5em;
}

.da-slide blockquote {
  width: 70%;
  top: 150px;
  color: #717171;
  font-size: 18px;
  line-height: 26px;
  height: auto;
  overflow: hidden;
  border: none;
  text-align: center;
}

.da-slide blockquote p {
  font-style: italic;
  font-weight: 600;
}

.da-slide .da-img {
  text-align: center;
  top: 0;
  height: 120px;
  width: 120px;
  left: 100%;
  /*50%*/
}

.da-slide .da-img .round-outline {
  border: 2px solid #db4a2f;
  width: 116px;
  height: 116px;
  position: relative;
}

.da-slide .da-img .round-outline .round-photo {
  display: inline-block;
  width: 108px;
  height: 108px;
  position: absolute;
  top: 2px;
  left: 2px;
  margin: 0;
}

.da-slide .da-link {
  top: 270px;
  /*depends on p height*/
  border-radius: 30px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border: 8px solid rgba(255, 255, 255, 0.8);
  padding: 2px 20px 0px;
  font-size: 18px;
  line-height: 30px;
  width: 80px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
}

.da-slide .da-link:hover {
  background: rgba(255, 255, 255, 0.3);
}

.da-dots {
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0px;
  bottom: 0;
  z-index: 2000;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.da-dots span {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #b4b4b4;
  margin: 3px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset,
    1px 1px 1px rgba(255, 255, 255, 0.1);
}

.da-dots span.da-dots-current:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background: #db4a2f;
}

.da-arrows {
  -moz-user-select: none;
  -webkit-user-select: none;
}

.da-arrows span {
  position: absolute;
  top: 38px;
  height: 40px;
  width: 21px;
  cursor: pointer;
  z-index: 2000;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.da-slider:hover .da-arrows span {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.da-arrows-prev {
  left: 20%;
  background: transparent url("../img/arrow-left.png") no-repeat top left;
}

.da-arrows-next {
  right: 20%;
  background: transparent url("../img/arrow-right.png") no-repeat top left;
}

.da-slide-current .block-cite,
.da-slide-current blockquote,
.da-slide-current .da-link {
  left: 15%;
  opacity: 1;
}

.da-slide-current .da-img {
  left: 50%;
  margin-left: -60px;
  opacity: 1;
}

/* Animation classes and animations */

/* Slide in from the right*/

.da-slide-fromright .block-cite {
  -webkit-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
  -moz-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
  -o-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
  -ms-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
  animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
}

.da-slide-fromright blockquote {
  -webkit-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
  -moz-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
  -o-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
  -ms-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
  animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
}

.da-slide-fromright .da-link {
  -webkit-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
  -moz-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
  -o-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
  -ms-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
  animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
}

.da-slide-fromright .da-img {
  -webkit-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
  -moz-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
  -o-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
  -ms-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
  animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
}

@-webkit-keyframes fromRightAnim1 {
  0% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 15%;
    opacity: 1;
  }
}

@-webkit-keyframes fromRightAnim2 {
  0% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 15%;
    opacity: 1;
  }
}

@-webkit-keyframes fromRightAnim3 {
  0% {
    left: 110%;
    opacity: 0;
  }
  1% {
    left: 10%;
    opacity: 0;
  }
  100% {
    left: 10%;
    opacity: 1;
  }
}

@-webkit-keyframes fromRightAnim4 {
  0% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}

@-moz-keyframes fromRightAnim1 {
  0% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 15%;
    opacity: 1;
  }
}

@-moz-keyframes fromRightAnim2 {
  0% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 15%;
    opacity: 1;
  }
}

@-moz-keyframes fromRightAnim3 {
  0% {
    left: 110%;
    opacity: 0;
  }
  1% {
    left: 10%;
    opacity: 0;
  }
  100% {
    left: 10%;
    opacity: 1;
  }
}

@-moz-keyframes fromRightAnim4 {
  0% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}

@-o-keyframes fromRightAnim1 {
  0% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 15%;
    opacity: 1;
  }
}

@-o-keyframes fromRightAnim2 {
  0% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 15%;
    opacity: 1;
  }
}

@-o-keyframes fromRightAnim3 {
  0% {
    left: 110%;
    opacity: 0;
  }
  1% {
    left: 10%;
    opacity: 0;
  }
  100% {
    left: 10%;
    opacity: 1;
  }
}

@-o-keyframes fromRightAnim4 {
  0% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}

@-ms-keyframes fromRightAnim1 {
  0% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 15%;
    opacity: 1;
  }
}

@-ms-keyframes fromRightAnim2 {
  0% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 15%;
    opacity: 1;
  }
}

@-ms-keyframes fromRightAnim3 {
  0% {
    left: 110%;
    opacity: 0;
  }
  1% {
    left: 10%;
    opacity: 0;
  }
  100% {
    left: 10%;
    opacity: 1;
  }
}

@-ms-keyframes fromRightAnim4 {
  0% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}

@keyframes fromRightAnim1 {
  0% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 15%;
    opacity: 1;
  }
}

@keyframes fromRightAnim2 {
  0% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 15%;
    opacity: 1;
  }
}

@keyframes fromRightAnim3 {
  0% {
    left: 110%;
    opacity: 0;
  }
  1% {
    left: 10%;
    opacity: 0;
  }
  100% {
    left: 10%;
    opacity: 1;
  }
}

@keyframes fromRightAnim4 {
  0% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}

/* Slide in from the left*/

.da-slide-fromleft .block-cite {
  -webkit-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
  -moz-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
  -o-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
  -ms-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
  animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
}

.da-slide-fromleft blockquote {
  -webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
  -moz-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
  -o-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
  -ms-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
  animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
}

.da-slide-fromleft .da-link {
  -webkit-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
  -moz-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
  -o-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
  -ms-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
  animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
}

.da-slide-fromleft .da-img {
  -webkit-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
  -moz-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
  -o-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
  -ms-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
  animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
}

@-webkit-keyframes fromLeftAnim1 {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 15%;
    opacity: 1;
  }
}

@-webkit-keyframes fromLeftAnim2 {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 15%;
    opacity: 1;
  }
}

@-webkit-keyframes fromLeftAnim3 {
  0% {
    left: -110%;
    opacity: 0;
  }
  1% {
    left: 10%;
    opacity: 0;
  }
  100% {
    left: 10%;
    opacity: 1;
  }
}

@-webkit-keyframes fromLeftAnim4 {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
    margin-left: -60px;
  }
}

@-moz-keyframes fromLeftAnim1 {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 15%;
    opacity: 1;
  }
}

@-moz-keyframes fromLeftAnim2 {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 15%;
    opacity: 1;
  }
}

@-moz-keyframes fromLeftAnim3 {
  0% {
    left: -110%;
    opacity: 0;
  }
  1% {
    left: 10%;
    opacity: 0;
  }
  100% {
    left: 10%;
    opacity: 1;
  }
}

@-moz-keyframes fromLeftAnim4 {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
    margin-left: -60px;
  }
}

@-o-keyframes fromLeftAnim1 {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 15%;
    opacity: 1;
  }
}

@-o-keyframes fromLeftAnim2 {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 15%;
    opacity: 1;
  }
}

@-o-keyframes fromLeftAnim3 {
  0% {
    left: -110%;
    opacity: 0;
  }
  1% {
    left: 10%;
    opacity: 0;
  }
  100% {
    left: 10%;
    opacity: 1;
  }
}

@-o-keyframes fromLeftAnim4 {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
    margin-left: -60px;
  }
}

@-ms-keyframes fromLeftAnim1 {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 15%;
    opacity: 1;
  }
}

@-ms-keyframes fromLeftAnim2 {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 15%;
    opacity: 1;
  }
}

@-ms-keyframes fromLeftAnim3 {
  0% {
    left: -110%;
    opacity: 0;
  }
  1% {
    left: 10%;
    opacity: 0;
  }
  100% {
    left: 10%;
    opacity: 1;
  }
}

@-ms-keyframes fromLeftAnim4 {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
    margin-left: -60px;
  }
}

@keyframes fromLeftAnim1 {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 15%;
    opacity: 1;
  }
}

@keyframes fromLeftAnim2 {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 15%;
    opacity: 1;
  }
}

@keyframes fromLeftAnim3 {
  0% {
    left: -110%;
    opacity: 0;
  }
  1% {
    left: 10%;
    opacity: 0;
  }
  100% {
    left: 10%;
    opacity: 1;
  }
}

@keyframes fromLeftAnim4 {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
    margin-left: -60px;
  }
}

/* Slide out to the right */

.da-slide-toright .block-cite {
  -webkit-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
  -moz-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
  -o-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
  -ms-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
  animation: toRightAnim1 0.6s ease-in-out 0.6s both;
}

.da-slide-toright blockquote {
  -webkit-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
  -moz-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
  -o-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
  -ms-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
  animation: toRightAnim2 0.6s ease-in-out 0.3s both;
}

.da-slide-toright .da-link {
  -webkit-animation: toRightAnim3 0.4s ease-in-out both;
  -moz-animation: toRightAnim3 0.4s ease-in-out both;
  -o-animation: toRightAnim3 0.4s ease-in-out both;
  -ms-animation: toRightAnim3 0.4s ease-in-out both;
  animation: toRightAnim3 0.4s ease-in-out both;
}

.da-slide-toright .da-img {
  -webkit-animation: toRightAnim4 0.6s ease-in-out both;
  -moz-animation: toRightAnim4 0.6s ease-in-out both;
  -o-animation: toRightAnim4 0.6s ease-in-out both;
  -ms-animation: toRightAnim4 0.6s ease-in-out both;
  animation: toRightAnim4 0.6s ease-in-out both;
}

@-webkit-keyframes toRightAnim1 {
  0% {
    left: 15%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@-webkit-keyframes toRightAnim2 {
  0% {
    left: 15%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@-webkit-keyframes toRightAnim3 {
  0% {
    left: 10%;
    opacity: 1;
  }
  99% {
    left: 10%;
    opacity: 0;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@-webkit-keyframes toRightAnim4 {
  0% {
    left: 50%;
    opacity: 1;
    margin-left: -60px;
  }
  30% {
    left: 45%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@-moz-keyframes toRightAnim1 {
  0% {
    left: 15%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@-moz-keyframes toRightAnim2 {
  0% {
    left: 15%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@-moz-keyframes toRightAnim3 {
  0% {
    left: 10%;
    opacity: 1;
  }
  99% {
    left: 10%;
    opacity: 0;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@-moz-keyframes toRightAnim4 {
  0% {
    left: 50%;
    opacity: 1;
    margin-left: -60px;
  }
  30% {
    left: 45%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@-o-keyframes toRightAnim1 {
  0% {
    left: 15%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@-o-keyframes toRightAnim2 {
  0% {
    left: 15%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@-o-keyframes toRightAnim3 {
  0% {
    left: 10%;
    opacity: 1;
  }
  99% {
    left: 10%;
    opacity: 0;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@-o-keyframes toRightAnim4 {
  0% {
    left: 50%;
    opacity: 1;
    margin-left: -60px;
  }
  30% {
    left: 45%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@-ms-keyframes toRightAnim1 {
  0% {
    left: 15%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@-ms-keyframes toRightAnim2 {
  0% {
    left: 15%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@-ms-keyframes toRightAnim3 {
  0% {
    left: 10%;
    opacity: 1;
  }
  99% {
    left: 10%;
    opacity: 0;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@-ms-keyframes toRightAnim4 {
  0% {
    left: 50%;
    opacity: 1;
    margin-left: -60px;
  }
  30% {
    left: 45%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes toRightAnim1 {
  0% {
    left: 15%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes toRightAnim2 {
  0% {
    left: 15%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes toRightAnim3 {
  0% {
    left: 10%;
    opacity: 1;
  }
  99% {
    left: 10%;
    opacity: 0;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes toRightAnim4 {
  0% {
    left: 50%;
    opacity: 1;
    margin-left: -60px;
  }
  30% {
    left: 45%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

/* Slide out to the left*/

.da-slide-toleft .block-cite {
  -webkit-animation: toLeftAnim1 0.6s ease-in-out both;
  -moz-animation: toLeftAnim1 0.6s ease-in-out both;
  -o-animation: toLeftAnim1 0.6s ease-in-out both;
  -ms-animation: toLeftAnim1 0.6s ease-in-out both;
  animation: toLeftAnim1 0.6s ease-in-out both;
}

.da-slide-toleft blockquote {
  -webkit-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
  -moz-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
  -o-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
  -ms-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
  animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
}

.da-slide-toleft .da-link {
  -webkit-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
  -moz-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
  -o-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
  -ms-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
  animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
}

.da-slide-toleft .da-img {
  -webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
}

@-webkit-keyframes toLeftAnim1 {
  0% {
    left: 15%;
    opacity: 1;
  }
  30% {
    left: 20%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}

@-webkit-keyframes toLeftAnim2 {
  0% {
    left: 15%;
    opacity: 1;
  }
  30% {
    left: 20%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}

@-webkit-keyframes toLeftAnim3 {
  0% {
    left: 10%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}

@-webkit-keyframes toLeftAnim4 {
  0% {
    left: 50%;
    opacity: 1;
    margin-left: -60px;
  }
  70% {
    left: 30%;
    opacity: 0;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}

@-moz-keyframes toLeftAnim1 {
  0% {
    left: 15%;
    opacity: 1;
  }
  30% {
    left: 20%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}

@-moz-keyframes toLeftAnim2 {
  0% {
    left: 15%;
    opacity: 1;
  }
  30% {
    left: 20%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}

@-moz-keyframes toLeftAnim3 {
  0% {
    left: 10%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}

@-moz-keyframes toLeftAnim4 {
  0% {
    left: 50%;
    opacity: 1;
    margin-left: -60px;
  }
  70% {
    left: 30%;
    opacity: 0;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}

@-o-keyframes toLeftAnim1 {
  0% {
    left: 15%;
    opacity: 1;
  }
  30% {
    left: 20%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}

@-o-keyframes toLeftAnim2 {
  0% {
    left: 15%;
    opacity: 1;
  }
  30% {
    left: 20%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}

@-o-keyframes toLeftAnim3 {
  0% {
    left: 10%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}

@-o-keyframes toLeftAnim4 {
  0% {
    left: 50%;
    opacity: 1;
    margin-left: -60px;
  }
  70% {
    left: 30%;
    opacity: 0;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}

@-ms-keyframes toLeftAnim1 {
  0% {
    left: 15%;
    opacity: 1;
  }
  30% {
    left: 20%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}

@-ms-keyframes toLeftAnim2 {
  0% {
    left: 15%;
    opacity: 1;
  }
  30% {
    left: 20%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}

@-ms-keyframes toLeftAnim3 {
  0% {
    left: 10%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}

@-ms-keyframes toLeftAnim4 {
  0% {
    left: 50%;
    opacity: 1;
    margin-left: -60px;
  }
  70% {
    left: 30%;
    opacity: 0;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}

@keyframes toLeftAnim1 {
  0% {
    left: 15%;
    opacity: 1;
  }
  30% {
    left: 20%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}

@keyframes toLeftAnim2 {
  0% {
    left: 15%;
    opacity: 1;
  }
  30% {
    left: 20%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}

@keyframes toLeftAnim3 {
  0% {
    left: 10%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}

@keyframes toLeftAnim4 {
  0% {
    left: 50%;
    opacity: 1;
    margin-left: -60px;
  }
  70% {
    left: 30%;
    opacity: 0;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}

/* ==========================================================================
Contact Section
========================================================================== */

#contact {
  /* background-color: #2a2828; */
  text-align: center;
  /* padding: 100px 0; */
  padding-top: 50px;
  -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
  
}

.Contact-row {
  margin-left: -25px;
  margin-right: -15px;
  /* margin-top: 100px; */
}

.contact-head {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  /* margin-bottom: 50px; */
}

#contact h1 {
  margin: 4px 0 0px 0;
  /* color: #fff; */
  color: #000;
}

#contact p {
  color: #000;
  /* color: #fff; */
}

#contact .icon {
  /* color: #fff; */
  color: #000;
  margin-top: 40px;
}

#contact .contact-meta {
  font-size: 0.7777777777777778em;
  line-height: 1.5em;
}

#contact form {
  margin-top: 30px;
  margin-bottom: 0;
}

#contact form input,
#contact form textarea {
  /* background-color: #fff; */
  color: #000;
  border: none;
  /* border-bottom: 2px solid #fff; */
  border-bottom: 2px solid #000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: default;
}

#contact form input:focus,
#contact form textarea:focus {
  color: #000;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 0 #7aba7b;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 0 #7aba7b;
  /* background-color: #db4a2f; */
}

#contact form ::-webkit-input-placeholder {
  color: #000;
}

#contact form :-moz-placeholder {
  color: #000;
}

#contact form ::-moz-placeholder {
  color: #000;
}

#contact form :-ms-input-placeholder {
  color: #fff;
}

#contact form input::-webkit-input-placeholder,
#contact form textarea::-webkit-input-placeholder {
  color: #000;
}

#contact form input:-moz-placeholder,
#contact form textarea:-moz-placeholder {
  color: #000;
}

#contact form button[type="submit"] {
  outline: none;
  background: none;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#contact form button[type="submit"]:hover {
  background-color: #fff;
  color: #db4a2f;
}

#contact label {
  color: #fff;
}

.checkcolour {
  color: #fff;
  text-align: left;
}

/* ==========================================================================
Footer Section
========================================================================== */

.footer {
  /* background-color: #AE3923; */
  text-align: center;
}

.footer p {
  /* color: #fff; */
  line-height: 1.666666666666667;
  margin: 25px 0;
}

.scrolltotop {
  position: fixed;
  bottom: -50px;
  right: 100px;
  height: 40px;
  width: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.scrolltotop:hover {
  /* color: #db4a2f; */
  color: rgba(0, 0, 0, 0.9);;
  background-color: #eee;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}

.scrolltotop:hover i {
  opacity: 1;
}

.scrolltotop i {
  line-height: 40px;
  opacity: 0.5;
}

.show-to-top {
  opacity: 1;
  bottom: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.widget-font {
  /* font-family: 'Ubuntu', sans-serif; */
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
}

.header-widgets {
  width: 100%;
  background: #ffffff;
  /* margin-top: 90px; */
  margin: auto;
}

.header-widgets .widget {
  position: relative;
  display: inline-block;
  padding: 1px 0;
  width: 100%;
  vertical-align: top;
  border-bottom: 1px solid rgba(50, 50, 50, 0.1);
}

.container-widgets {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #eee;
  text-align: center;
}

.icon-box {
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 100ms ease-out;
}

.icon-box--icon {
  float: left;
  margin-right: 20px;
  width: 40px;
}

.icon-box--icon i {
  font-size: 40px;
  transition: all 100ms ease-out;
}

.header-widgets .icon-box--text {
  float: left;
}

/* ==========================================================================
Media Queries
========================================================================== */

/* Header Images*/

@media (min-width: 768px) {
  .jumbotron img {
    height: 750px;
  }
}

@media (min-width: 992px) {
  .jumbotron img {
    height: 750px;
  }
}

@media (min-width: 1200px) {
  .jumbotron img {
    height: 750px;
  }
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .navbar .navbar-nav {
    float: right;
    margin: 2px 0 2px 0;
  }
  .navbar .navbar-nav li {
    margin-left: 3px;
  }
  .navbar .navbar-nav li a {
    display: inline-block;
    padding: 8px 12px;
    color: #000;
  }
  .navbar .navbar-collapse {
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
    margin-top: 0;
  }

  #about .round-outline {
    height: 100px;
    width: 100px;
  }
  #about .round-outline .round-photo-anchor img {
    margin: 0;
  }
  #portfolio .cat-list {
    text-align: center;
    list-style-type: none;
    margin-bottom: 40px;
  }
  #portfolio .cat-list li {
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 20px;
  }
  #testimonials .da-slider {
    height: 320px;
  }
  .da-arrows-prev {
    left: 30%;
    background: transparent url("../img/arrow-left.png") no-repeat top left;
  }
  .da-arrows-next {
    right: 30%;
    background: transparent url("../img/arrow-right.png") no-repeat top left;
  }
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .navbar .navbar-nav {
    float: right;
    /* margin: -60px 0 0px 0; */
    margin: 20px 0 20px 0;
  }
  .navbar .navbar-nav li {
    margin-left: 5px;
  }
  .navbar .navbar-nav li a {
    display: inline-block;
    padding: 8px 16px;
    color: #000;
  }
  .navbar .navbar-collapse {
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
  }

  #about .round-outline {
    height: 164px;
    width: 164px;
  }
  #about .round-outline .round-photo-anchor img {
    margin: 4px;
  }
  #testimonials .da-slider {
    height: 300px;
  }
}

/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  #header {
    /* height: auto; */
  }
  #testimonials .da-slider {
    height: 280px;
  }
  .da-arrows-prev {
    left: 40%;
    background: transparent url("../img/arrow-left.png") no-repeat top left;
  }
  .da-arrows-next {
    right: 40%;
    background: transparent url("../img/arrow-right.png") no-repeat top left;
  }
}

@media (min-width: 992px) {
  .header-widgets {
    /* position: absolute; */
    background: rgba(255, 255, 255, 0.9);
    z-index: 10;
    margin: auto;
  }
}

@media (min-width: 992px) {
  .header-widgets .widget {
    padding: 10px 0;
    width: auto;
    margin-right: 1px;
    border-bottom: none;
  }
}

@media (min-width: 1200px) {
  .header-widgets .widget {
    margin-right: 93px;
  }
}

@media (min-width: 1200px) {
  .header-widgets .widget::after {
    position: absolute;
    content: "";
    top: 30px;
    right: -42px;
    width: 1px;
    height: calc(100% - 60px);
    background: rgba(50, 50, 50, 0.075);
  }
}

/*  @media (min-width: 768px) {
                        .container-widgets {
                            width: 750px;
                        }
                    }*/

/* @media (min-width: 992px) {
                        .container-widgets {
                            width: 970px;
                        }
                    } */

@media (min-width: 1200px) {
  .container-widgets {
    width: 100%;
    /* margin-left: 130px; */
    text-align: center;
  }
}

@media (min-width: 992px) {
  .icon-box--icon {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .col-lg-6 {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-6 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
}

/*==========================ABOUT US================================*/

@media (max-width: 992px) {
  .zerif_about_us_center p,
  .about-us .col-md-6.zerif_about_us_center.text_and_skills p {
    text-align: center;
  }
  .h2center,
  .about-us p,
  .skills {
    text-align: center;
  }
  ul {
    padding-inline-start: 5px;
  }
}

@media (max-width: 767px) {
  #about {
    padding-top: 100px;
  }
  .about-us .column {
    margin-bottom: 40px;
  }
  .h2center,
  .about-us p,
  .skills {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .about-us .column {
    margin-bottom: 40px;
  }
  .h2center,
  .about-us p,
  .skills {
    text-align: center;
  }
}

/*========================productsss=============================================*/

@media (max-width: 780px) {
  #pgc-1754-2-0,
  #pgc-1754-2-1,
  #pgc-1754-4-0,
  #pgc-1754-4-1,
  #pgc-1754-5-0,
  #pgc-1754-5-1,
  #pgc-1754-6-0,
  #pgc-1754-6-1 {
    margin-bottom: 30px;
  }
}

@media (max-width: 780px) {
  #pl-1754 .panel-grid-cell {
    padding: 0;
  }
}

@media (max-width: 780px) {
  #pg-1754-4 .panel-grid-cell {
    width: 100%;
    margin-right: 0;
  }
}

/* @media (min-width: 992px) {
.container {
width: 970px;
}
}

@media (min-width: 768px) {
.container {
width: 750px;
}
} */

.round-photo {
}

/*SLIDE SHOW*/

/**
 * See: http://www.css-101.org/articles/ken-burns_effect/css-transition.php
 */

/**
 * Styling the container (the wrapper)
 * 
 * position is used to make this box a containing block (it becomes a reference for its absolutely positioned children). overflow will hide part of the images moving outside of the box.
 */

#slideshow {
  position: relative;
  /* margin: auto; */
  /* width:800px;*/
  height: 400px;
  max-width: 100%; /* Ensure the slideshow doesn't exceed the width of its container */
  /* height: auto;  */
  overflow: hidden;
  /* border:8px solid #ccc; */
}

/**
 * Styling the images
 *
 * position:absolute is to put all images in a stack. Dimensions are set to increase the size of these images so their edges do not appear in the parent box when we move them inside the said box.
 * Because the images are now larger than their parent container, we use top, left and margin values to align them in the center of the box.
 * Finally, we set the transition (property and duration). Note that duration values are different for opacity and transform as we want the "fade-in" effect to be faster than the "panning" effect.
 */

#slideshow img {
  position: absolute;
  /* width:800px;*/
  height: 400px;
  width: 100%; /* Make images fill the width of the slideshow container */
  /* height: auto;  */
  top: 50%;
  left: 50%;
  /*  transform: translate(-50%, -50%);  Center the images horizontally and vertically */

  margin-left: -400px;
  margin-top: -200px;
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 3s, 10s;
  -moz-transition-property: opacity, -moz-transform;
  -moz-transition-duration: 3s, 10s;
  -ms-transition-property: opacity, -ms-transform;
  -ms-transition-duration: 3s, 10s;
  -o-transition-property: opacity, -o-transform;
  -o-transition-duration: 3s, 10s;
  transition-property: opacity, transform;
  transition-duration: 3s, 10s;
}

/**
 * We change the point of origin using four corners so images do not move in the same direction. 
 * This technique allows us to create various paths while applying the same translate() values to all images (see the 'fx' class further below).
 */

#slideshow img {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}

#slideshow :nth-child(2n + 1) {
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
}

#slideshow :nth-child(3n + 1) {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
#slideshow :nth-child(4n + 1) {
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}

/**
 * Because of the stacking context, we need to make sure that the first image (in source) is not hidden by the last one. 
 * The rule below moves all images past the second one down the stack. 
 * This is because the second image needs to show on top of the first one when it transitions in.
 */

#slideshow .fx:first-child + img ~ img {
  z-index: -1;
}

/**
 * Because images are styled with a different point of origin, the following rule will create different panning effects.
 */

#slideshow .fx {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.jumbotron {
  position: relative;
}

.social-icons {
  position: absolute;
  /* top: -100%; */
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  /* transform: translate(-50%, -50%); */
  transition: top 3s ease, opacity 0.5s ease; /* Smooth transition for sliding effect and opacity */
  opacity: 0;
  z-index: 1000; /* Ensure icons appear above the slider */
  text-align: center;
}
@media (max-width: 768px) {
    .social-icons {
        top: 30%; /* adjusted top position for mobile screens */
    }
}
.social-icons a {
  display: inline-block;
  margin-right: 10px;
}

.social-icons img {
  width: 30px; /* Adjust icon size as needed */
  height: auto;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#video-background {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  background-size: cover;
}

.background-overlay {
  /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-color: rgb(255 255 255 / 41%);
  z-index: 1; /* Ensur/e overlay is above background image */
}

.front-type {
  font-family: Arial, sans-serif;
  font-size: 24px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Open Sans", "Montserrat", "Helvetica Neue", Helvetica,
    sans-serif;
  font-weight: 300;
  font-size: 3em;
  text-transform: uppercase;
  text-wrap: wrap;
  line-height: 70px;
}
.career-typing {
  color: #051028;
  font-weight: 900;
}
@media (max-width: 768px) {
  .front-type {
    font-size: 2em; /* Adjust font size for smaller screens */
    white-space: normal; /* Allow text to wrap */
    width: 100%; /* Set a width to control text wrapping */
    margin: 0 auto; /* Center the text on the screen */
    line-height: 45px;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 95%;
  }
}

/* Remove cursor and blinking after animation */
.typing {
  border-right: 2px solid #fff;
  animation: blink 0.5s step-end infinite alternate; /* Blinking cursor animation */
}

/*
.animate-me {
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    position: relative; 
    left: 0;
    top: 50%;
    z-index: 0;
}
*/
.circle-text {
  color: #333 !important;
  font-weight: 1000;
}

#clock {
  /* background-color: #ededed; */
  background-color: #fff;
  border-bottom: 1px solid;
}
.clock-margin {
  margin-top: 50px;
  margin-bottom: 50px;
}

.Concierge-font {
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #ffffff;
  color: #717170;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ededed;
  padding-top: 50px;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
/* 
* {
    box-sizing: border-box;
    padding: 0%;
    margin: 0%;
    font-family: "Poppins", sans-serif;
} */

/* body {
    height: 100vh;
    background-color:#c9c9c9;
    display: grid;
    place-items: center;
} */

.Partner-section {
  display: grid;
  place-items: center;
  padding-top: 20px;
  background-color: #ededed;
}

/* h1 {
    font-size: 3rem;
    padding: 20px;
    margin: 20px 0px;
} */

.slider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50%;
  width: 100%;
  overflow: hidden;
  /* background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
  backdrop-filter: blur(7.4px);
  -webkit-backdrop-filter: blur(7.4px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 20px;
  /* margin-left: -180%;  */
}
.slider-track {
  display: flex;
  width: 100%;
}

.slider-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  animation: scrolling 30s linear infinite;
}
.slider-item {
  flex: 0 0 100%;
}

@keyframes scrolling {
  /* 0% {
    transform: translateX(80%);
  }

  100% {
    transform: translateX(-20%);
  } */
  0% {
    transform: translateX(80%);
  }

  100% {
    transform: translateX(-90%);
  }
}

.slider-items img {
  width: 12%;
  margin: 20px;
}


button,
input,
select {
  font-family: inherit;
  font-size: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
/* 
html {
	font-size: 12px;
} */

.body-testimomials {
  color: #000;
  /* font-family: "Shippori Antique", sans-serif; */
  height: 100vh;
  display: grid;
  place-items: center;
}

.content-wrapper {
  height: 100%;
  width: 100%;
  /* max-width: 100rem; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  padding-top: 50px;
}

/* h1 {
	margin-bottom: calc(0.7rem + 0.5vmin);
	font-size: calc(2.3rem + 1vmin);
} */

.blue-line {
  height: 0.3rem;
  width: 6rem;
  background-color: rgb(79, 143, 226);
  margin-bottom: calc(3rem + 2vmin);
}

.wrapper-for-arrows {
  position: relative;
  width: 70%;
  border-radius: 2rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.review-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: calc(2rem + 1vmin);
  width: 100%;
}

#imgDiv {
  border-radius: 50%;
  width: calc(6rem + 4vmin);
  height: calc(6rem + 4vmin);
  position: relative;
  box-shadow: 5px -3px rgb(79, 143, 226);
  background-size: cover;
  margin-bottom: calc(0.7rem + 0.5vmin);
}

.chicken {
  background-image: url("https://media0.giphy.com/media/A8Cdznswn5vnG/200w.gif?cid=790b7611e8c5980ee7141bc18ec12c49962b871eb404ba5b&rid=200w.gif&ct=s");
  width: 200px;
  height: 250px;
  position: absolute;
  top: 12%;
}

#imgDiv::after {
  content: "''";
  font-size: calc(2rem + 2vmin);
  font-family: sans-serif;
  line-height: 150%;
  color: #fff;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background-color: rgb(79, 143, 226);
  position: absolute;
  top: 10%;
  left: -10%;
  width: calc(2rem + 2vmin);
  height: calc(2rem + 2vmin);
}

#personName {
  margin-bottom: calc(0.7rem + 0.5vmin);
  font-size: calc(1rem + 0.5vmin);
  letter-spacing: calc(0.1rem + 0.1vmin);
  font-weight: bold;
}

#profession {
  font-size: calc(0.8rem + 0.3vmin);
  margin-bottom: calc(0.7rem + 0.5vmin);
  color: rgb(79, 143, 226);
}

#description {
  /* font-size: calc(0.8rem + 0.3vmin); */
  font-size: calc(1rem + 0.8vmin);
  width: 70%;
  max-width: 40rem;
  text-align: center;
  margin-bottom: calc(1.4rem + 1vmin);
  color: rgb(92, 92, 92);
  line-height: 2rem;
}

.arrow-wrap {
  position: absolute;
  top: 50%;
}

.arrow {
  width: calc(1.4rem + 0.6vmin);
  height: calc(1.4rem + 0.6vmin);
  border: solid rgb(79, 143, 226);
  border-width: 0 calc(0.5rem + 0.2vmin) calc(0.5rem + 0.2vmin) 0;
  cursor: pointer;
  transition: transform 0.3s;
}

.arrow:hover {
  transition: 0.3s;
  transform: scale(1.15);
}

.left-arrow-wrap {
  left: 5%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.right-arrow-wrap {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 5%;
}

.surprise-me-btn {
  border: 2px solid rgb(79, 143, 226);
  background-color: rgb(224, 238, 255);
  color: rgb(79, 143, 226);
  border-radius: 2rem;
  padding: calc(0.5rem + 0.2vmin) 0;
  width: calc(7rem + 5vmin);
  text-align: center;
  transition: background-color 0.3s, transform 0.3s;
  cursor: pointer;
  margin-bottom: calc(1.4rem + 1vmin);
}

.surprise-me-btn:hover {
  transition: background-color 0.3s, transform 0.3s;
  background-color: rgb(255, 255, 255);
  transform: rotate(5deg);
}

.move-head {
  animation: moveHead 1.55s infinite;
  animation-delay: -0.8s;
}

.hide-chicken-btn {
  border: 2px solid rgb(226, 89, 79);
  background-color: rgb(255, 224, 224);
  color: rgb(226, 79, 79);
  border-radius: 2rem;
  padding: calc(0.5rem + 0.2vmin) 0;
  width: calc(10rem + 5vmin);
  text-align: center;
  transition: background-color 0.3s, transform 0.3s;
  cursor: pointer;
  margin-bottom: calc(1.4rem + 1vmin);
}

.hide-chicken-btn:hover {
  transition: background-color 0.3s, transform 0.3s;
  background-color: rgb(255, 255, 255);
  transform: rotate(5deg);
}

@keyframes moveHead {
  0% {
  }
  25% {
    transform: translate(0.5rem, 1rem) rotate(5deg);
  }
  100% {
    transform: translate(0, 0) rotate(-5deg);
  }
}

@media screen and (max-width: 900px) {
  .content-wrapper {
    width: 100%;
  }
}


/**/




/* #newsletter {
  position: absolute;
  bottom: 100;
  left: 0;
  width: 100%;
  background-color: #fff; 
}

#contentfooter {
  width: 100%;
  height: 80vh;
  border: none;
  overflow-y: auto; 
  -webkit-overflow-scrolling: touch; 
  margin: 0; 
  padding: 0; 
}

#contentfooter object {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
  margin: 0; 
  padding: 0; 
} */

#newsletter {
  width: 100%;
  overflow: hidden; 
  /* position: relative; add this */

}

#contentfooter {
  width: 100%;
  border: none;
  /* height: 100%;  */
  /* position: absolute;
  top: 0;
  left: 0; */
}

@media only screen and (max-width: 768px) {
  #contentfooter {
    height: calc(100vh - 50px); /* adjust the height to fit mobile screen */
  }
}

@media only screen and (min-width: 769px) {
  #contentfooter {
    height: 270px; /* adjust the height to fit desktop screen */
  }
}
